 |
 |
 |
 |
#199762 - 04/09/03 03:59 AM
[6.5] Colorforums
|
Admin / Code Breaker
Registered: 03/24/01
Posts: 7396
|
MyStyle™ modification takes much CPU usage, bandwidth and hard disk space, so with the cooperation of AllenAyres, we've created the first-ever UBB style template changer which doesn't require you to get a better server to use. Allen made the CSS templates, which you can also get from our design forum , and I added an addon to add a style template changer. Name: Colorforums Authors: AllenAyres and me Description: Converts your whole board to CSS; adds css style template changer Demo: Anyone got one? Link: ZIP File Requirements: UBB™ 6.5.0 Number of downloads: [img]http://www.ubbdev.com/lk/num.php?s=css65.zip[/img] Thanks to: tacks for the name suggestion Note: The biggest problem is that you'd probably have to re-modify all your template files, because it's very difficult to beyond-compare it (although it is possible), and also it's more difficult to install modifications which support it. (but if anyone asks me, I will create css-oriented versions of my modifications).
_________________________
My Hacks Page (will be back with UBB 7!) UBBDev - We put the class into UBB.classic!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199766 - 05/02/03 02:42 AM
Re: [6.5] Colorforums
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199769 - 05/31/03 07:45 PM
Re: [6.5] Colorforums
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
while I'm doing that can anyone help me with my other problem? If I select the second color scheme (non-default), it'll show up, but once I leave the boards and come back, it shows the default again, but when I look in my profile it still says I'm using the second one. So I change it to the default, then right back and click ok, and it shows the one I wanted again. Is this a cookie issue? please, help (off topic: I just need to mention how much I love this board. I've been a member of UBBs for years, and came here once to find a hack, and saw all the stuff I could do with UBB. I've been hacking ever since and you guys are just so helpful  )
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199770 - 05/31/03 08:05 PM
Re: [6.5] Colorforums
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199771 - 06/01/03 12:44 AM
Re: [6.5] Colorforums
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
ok, I've gotten 2 reports of this error. when someone's been away from the board and comes back, sometimes the boards is completely unformatted. it's in times new roman and I need to go to my profile and update my profile to get the css to work. I'm almost positive I've done the css right, and all the other hacks have been working once i ported them. if you need to access my board, it's http://www.alforadmin.com/cgi-bin/ultimatebb.cgi and you can use the following account login: UBBDEV password: UBBDEV please help
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199852 - 09/27/03 05:51 PM
Re: [6.5] Colorforums
|
Member
Registered: 07/06/03
Posts: 280
Loc: Miami, Fl. US
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199857 - 01/02/04 12:34 PM
Re: [6.5] Colorforums
|
Veteran
Registered: 10/22/00
Posts: 2637
Loc: London, UK
|
ok here is a fix found by LK to display the images when using previous/next buttons (if the page is not in the cache you will be missing most of them) in public_common find: if ($ubb eq 'get_topic' || $ubb eq 'directory' || $ubb eq 'my_profile' || $ubb eq 'get_pm') {replace with: if ($ubb eq 'get_topic' || $ubb eq 'directory' || $ubb eq 'my_profile' || $ubb eq 'get_pm' || $ubb eq 'next_topic') {find: if ($ubb eq 'get_topic') {replace with: if ($ubb eq 'get_topic' || $ubb eq 'next_topic') {find: if ($ubb eq 'get_topic' || $ubb eq 'forum' || $ubb =~ /pntf/ || $ubb eq 'directory' || $ubb eq 'get_daily' || $ubb eq 'faq' || $ubb eq 'get_pm') {replace with: if ($ubb eq 'get_topic' || $ubb eq 'forum' || $ubb =~ /pntf/ || $ubb eq 'directory' || $ubb eq 'get_daily' || $ubb eq 'faq' || $ubb eq 'get_pm' || $ubb eq 'next_topic') {
_________________________
Do you believe in love at first sight, or should I walk by again?
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199870 - 03/02/05 05:28 PM
Re: [6.5] Colorforums
|
Junior Member
Registered: 10/29/01
Posts: 24
|
Guys, sorry to divert the topic away from the Colorforums discussion, but I'm close to getting my layout to look the way I want. Ian, I was only able to get the gradient to appear in the row that displays the recent visitors. I used the following code: q!TableColorStrip! => q!#003743" background="grad.gif"!, However, for CategoryStripColor, I tried the code you listed but it needs some tweaking. Here is my page for your reference: http://www.netmuslims.com/bboards/ultimatebb.cgi I appreciate all of your help. Regards, Hussein
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199873 - 02/23/06 10:12 PM
Re: [6.5] Colorforums
|
Member
Registered: 06/03/03
Posts: 60
|
I am trying to create a gradient for the Table Color Strip. I get the same results that Hussein got in the above posts (only the recent visitors table strip has a gradient), the other headers are #777777 in color, which is in the code, but I'm confused as to overiding it as Ian mentioned above. After downloading the appropriate Vars file I modified the q!TableColorStrip! option. The code I entered is below q!TableColorStrip! => q!#777777" qq~ style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00aa00', startColorstr='#003300', gradientType='0');"~!, I've tried a few different permutations of that code as well as Ian's suggestions above but with the same results. I am clearing the cache on the UBB every time I test a new Vars file as well. Website I'm supporting is: http://www.technicalblog.org/tech/ultimatebb.cgi UBB 6.7.2 Guest login: Username: guest Password: 7PKZ64 Any ideas, thanks!
_________________________
REaMERE
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|